Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CIF - ServerError: storage.AccountsClient#ListAccountSAS: TooManyRequests #3298

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

LiniSusan
Copy link
Collaborator

Which issue this PR addresses:

https://issues.redhat.com/browse/ARO-3804

Fixes

What this PR does / why we need it:

To report the cluster installation failure error related to storage.AccountsClient#ListAccountSAS: Failure responding to request: StatusCode=429

Test plan for issue:

Is there any documentation that needs to be updated for this PR?

pkg/util/steps/runner.go Outdated Show resolved Hide resolved
@swiencki
Copy link
Collaborator

swiencki commented Dec 6, 2023

LGTM

rhamitarora
rhamitarora previously approved these changes Dec 11, 2023
Copy link
Collaborator

@rhamitarora rhamitarora left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions github-actions bot added the needs-rebase branch needs a rebase label Dec 19, 2023
Copy link

Please rebase pull request.

jaitaiwan
jaitaiwan previously approved these changes Jan 8, 2024
Copy link
Contributor

@jaitaiwan jaitaiwan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm fine with longer errors, I prefer verbosity unless we can fit more information in less characters. Gave a suggestion for a shorter error message to satisfy Simon's request. LGTM!

pkg/util/steps/runner.go Outdated Show resolved Hide resolved
Copy link

@AldoFusterTurpin AldoFusterTurpin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LiniSusan That's good. Thank you for this.
I left a suggestion to leverage early returns to make the code a bit more Go-ish, reducing the cyclomatic complexity.
🙂

pkg/util/storage/manager.go Outdated Show resolved Hide resolved
@rhamitarora
Copy link
Collaborator

LGTM

rhamitarora
rhamitarora previously approved these changes Mar 14, 2024
Copy link

@AldoFusterTurpin AldoFusterTurpin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One last minor optional thing.
(Update) I wanted to press "Approve" and not "Request changes" as this is not a merge blocker, sorry. Changing it now .

pkg/util/storage/manager.go Outdated Show resolved Hide resolved
Copy link

@AldoFusterTurpin AldoFusterTurpin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. One minor suggestions but definitely not a blocker 🙂

pkg/util/storage/manager.go Outdated Show resolved Hide resolved
Copy link

@AldoFusterTurpin AldoFusterTurpin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@swiencki
Copy link
Collaborator

Looks good 👍

Copy link
Contributor

@jaitaiwan jaitaiwan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

reverting the runner changes

changes for more robust code- checking for httpstatuscode

simplifying the levels of nesting of the block of code
Copy link
Contributor

@Shivkumar13 Shivkumar13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Shivkumar13
Copy link
Contributor

/azp run ci

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@Shivkumar13
Copy link
Contributor

Waiting for CI to go green, post that good to merge.

@anshulvermapatel anshulvermapatel merged commit c38242f into Azure:master Mar 19, 2024
30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants